home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6a / 00428.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  196 b   |  10 lines

  1. on mouseDown
  2.   set myclick to the clickOn
  3.   set the ink of sprite myclick to 4
  4.   repeat while the mouseDown
  5.     updateStage()
  6.   end repeat
  7.   set the ink of sprite myclick to 8
  8.   updateStage()
  9. end
  10.